socketio
Toggle table of contents
android
Platform filter
android
Switch theme
Search in API
socketio
socketio
/
dev.adven.sockit.api
/
[android]ConnectionState
Connection
State
android
sealed
interface
ConnectionState
Inheritors
Disconnected
Connecting
Connected
Reconnecting
Failed
Members
Types
Connected
Link copied to clipboard
android
data
object
Connected
:
ConnectionState
Connecting
Link copied to clipboard
android
data
object
Connecting
:
ConnectionState
Disconnected
Link copied to clipboard
android
data
object
Disconnected
:
ConnectionState
Failed
Link copied to clipboard
android
data
class
Failed
(
val
error
:
SocketError
)
:
ConnectionState
Reconnecting
Link copied to clipboard
android
data
class
Reconnecting
(
val
attempt
:
Int
)
:
ConnectionState